projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e995c41
)
(custom-declare-variable): Update current-load-list.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Jun 1998 22:46:48 +0000
(22:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Jun 1998 22:46:48 +0000
(22:46 +0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index d4538448e88b2bfccbb12185c1abbfa30972e22d..7994f3686c44cbc27e8191906f6ddd74755b52f8 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-156,6
+156,7
@@
not the default value itself."
(put symbol 'custom-requests requests)
;; Do the actual initialization.
(funcall initialize symbol default))
+ (setq current-load-list (cons symbol current-load-list))
(run-hooks 'custom-define-hook)
symbol)